C1.PivotEngine Assembly / C1.PivotEngine Namespace / ValueSet<T> Class


In This Topic
ValueSet<T> Class Methods
In This Topic

For a list of all members of this type, see ValueSet<T> members.

Public Methods
 NameDescription
Public MethodAdds a value to the collection if not already present.  
Public MethodRemoves all objects from the collection.  
Public MethodDetermines whether the collection contains a specific value.  
Public MethodDetermines whether the values in this set are the same as the ones in a given array.  
Public MethodSorts the elements in the collection.  
Public MethodCreates an array from this collection.  
Public MethodCreates a List from this collection.  
Top
See Also